pandas get all rows with value

33

pandas get all rows with value -

df.loc[df['column_name'] == some_value]

how to select rows based on column value pandas -

df.loc[df['column_name'] == some_value]

Comments

Submit
0 Comments